projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634026b
)
xl: destroy the logger before exit
author
Ian Campbell
<ian.campbell@citrix.com>
Fri, 30 Jul 2010 14:16:18 +0000
(15:16 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 30 Jul 2010 14:16:18 +0000
(15:16 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl.c
b/tools/libxl/xl.c
index 85dbca52fae82ad7b23a2fc8a837329d0b405dcd..237f6e6b12466c8fbb87e8dda8f2d4170ed2058b 100644
(file)
--- a/
tools/libxl/xl.c
+++ b/
tools/libxl/xl.c
@@
-83,6
+83,7
@@
int main(int argc, char **argv)
}
libxl_ctx_free(&ctx);
+ xtl_logger_destroy((xentoollog_logger*)logger);
return ret;
}